#menu{
	float:right;
	width:540px;
	margin-top:35px;
	margin-left:0px;
	padding-left:0px;
	position:relative;
	overflow: hidden;
}


#menu li{
	float:left;
	list-style-type: none;
}

/* Represents the background of the highlighted menu-item. */
        #menu li.back {
            background: url("../img/nav-right-bg.png") no-repeat top right;
            width: 11px; height: 20px;
            z-index: 8;
            position: absolute;
        }
            #menu li.back .left {
                background: url("../img/nav-left-bg.png") no-repeat top left;
                height: 20px;
                margin-right: 11px;
            }
        /* Styles for each menu-item. */
        #menu li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            color: #3b5278; outline: none;
            text-align: center;
            height: 20px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 8px;
        }
		
		#menu li a:hover{
			color:#88e3ab;	
		}
		
.current_page_item a, .current_page_parent a{
	color:#88e3ab !important;	
}